projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c80d257
)
: Added autoload cookie for entry point.
author
Eric S. Raymond
<esr@snark.thyrsus.com>
Sun, 28 Mar 1993 06:24:54 +0000
(06:24 +0000)
committer
Eric S. Raymond
<esr@snark.thyrsus.com>
Sun, 28 Mar 1993 06:24:54 +0000
(06:24 +0000)
lisp/progmodes/make-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/make-mode.el
b/lisp/progmodes/make-mode.el
index 4dcc45cee1253bcec69700e71cb02beaf3ad2a40..92b3a9d75e177fc4dc66e9f448265eacc61b026a 100644
(file)
--- a/
lisp/progmodes/make-mode.el
+++ b/
lisp/progmodes/make-mode.el
@@
-6,7
+6,7
@@
;; Adapted-By: ESR
;; Keywords: unix, tools
-;; $Id: makefile.el,v 1.
3 1992/07/22 02:13:37
eric Exp eric $
+;; $Id: makefile.el,v 1.
4 1993/03/22 03:27:18
eric Exp eric $
;; This file is part of GNU Emacs.
@@
-313,6
+313,7
@@
This is used in the function makefile-insert-gmake-function .")
;;; The mode function itself.
;;; ------------------------------------------------------------
+;;;#autoload
(defun makefile-mode ()
"Major mode for editing Makefiles.
Calling this function invokes the function(s) \"makefile-mode-hook\" before